php forum
php mysql forum
php mysql smarty
 
Page 1 of 24 1 2 3 ... 23 24 >
Topic Options
#136155 - 06/09/01 04:26 AM [6.0x] UBB Calendar v1.9
jordo Offline
Moderator / Developer

Registered: 08/05/00
Posts: 830
This addon will add a calendar to your Ubb. It will also add a new profile field for birthdays which will show up on the calendar, and integrate the calendar with posting in a selected announcements forum. its all templatized and wordletized, and adds a CP interface.

LINK: http://www.multihack.com/lk/download.cgi?f=calendar19.zip

LK has now taken over development of this modification as i dont have the time to continue work on it myself. thanks LK, i really apreciate it <img src="smile.gif" border="0" alt="" />

[color:#000000" size="1][ 01-05-2002 02:18 PM: Message edited by: LK ][/color]
_________________________
jordo

Top
#136156 - 06/09/01 04:34 AM Re: [6.0x] UBB Calendar v1.9
Spitz Offline
Member

Registered: 03/07/01
Posts: 150
when i add an event it takes me to a 500 internal error
_________________________

Top
#136157 - 06/09/01 05:29 AM Re: [6.0x] UBB Calendar v1.9
Sonic2k1 Offline
Member

Registered: 03/23/01
Posts: 42
Loc: Germany
Demo available?

Greetings
_________________________
-=ThePointOne=-

Top
#136158 - 06/09/01 05:30 AM Re: [6.0x] UBB Calendar v1.9
Salmon Offline
Member

Registered: 10/07/00
Posts: 56
Loc: Stavanger/Norway
I got this error:
Software error:
syntax error at /home/sites/site141/web/ubb-cgi/calendar/p[Sat Jun 9 12:32:13 2001] ultimatebb.cgi: syntax error at /home/sites/site141/web/ubb-cgi/calendar/public_calendar_events.cgi line 2, near "Public chat" ublic_calendar_events.cgi line 2, near "Public chat"
For help, please send mail to the webmaster (admin), giving this error message and the time and date of the error.

if i look at the files in the /calendar dir they looks like this:
%events = (
Public chat => "2452072",
);
1;

and:

%event_desc = (
Public chat => "This is only a testpost",
);
1;

this happend after i added a event to the calendar.........

Sal
eek

<FONT COLOR="#000000" SIZE="1">[ June 09, 2001 05:38 AM: Message edited by: Salmon ]</font>
_________________________
*************************
Salmon

Administrator world-sportchat.com

[URL=http://www.world-sportchat.com][/URL]

mail: salmon@world-sportchat.com
*************************
All our dreams can come true - if we have the courage to pursue them
*************************

Top
#136159 - 06/09/01 05:53 AM Re: [6.0x] UBB Calendar v1.9
Balbanes Offline
Member

Registered: 01/08/01
Posts: 87
Loc: Richmond, Virginia, US
Very cool.

A good idea would be making spaning events. Admins and mods could span a message over a series of days. It would save the admins the trouble of adding the one event on 4 different days.

I was wondering, can users view past events and dates on the calender? Because if so then you could add many features like 1, 2, 3 year anniverseries, 1000, 10000 post anniverseries, mark when new admins/mods joined the forum team, stuff like that.
_________________________

Top
#136160 - 06/09/01 06:41 AM Re: [6.0x] UBB Calendar v1.9
boondock Offline
Junior Member

Registered: 04/15/01
Posts: 5
Tested on 6.04e and no problems

<FONT COLOR="#000000" SIZE="1">[ June 11, 2001 11:05 AM: Message edited by: boondock ]</font>

Top
#136161 - 06/09/01 07:09 AM Re: [6.0x] UBB Calendar v1.9
air_borg Offline
Junior Member

Registered: 04/03/01
Posts: 11
Loc: Sheep Shag City, Wales UK
Much needed facility Jordo, and yes was very easy to install, however as with previous posts I had 'similar' issues.

Upon further tests, there are a couple of annomolies:

  • Add event defaults to the NEXT day, have to reselect the date to be entered for today.
  • First event added worked fine, second event wipes out previous event entry
  • Enter a space or special character in the title and it comes up with the syntax error as previously described.

Otherwise a GREAT addition and a much sought after one by us, keep it comeing laugh

Using ver 604d

<FONT COLOR="#000000" SIZE="1">[ June 09, 2001 07:10 AM: Message edited by: air_borg ]</font>

Top
#136162 - 06/09/01 10:02 AM Re: [6.0x] UBB Calendar v1.9
dbode Offline
Member

Registered: 05/12/01
Posts: 176
Loc: Hannover
Hi,

yes, this is really great - go on developing, I think this hack will be one of the best UBB hacks when finished.

Dennis
_________________________
Regards Dennis Bode
-----------------------------
Webmaster of Hardwareluxx.com

Top
#136163 - 06/09/01 01:35 PM Re: [6.0x] UBB Calendar v1.9
jordo Offline
Moderator / Developer

Registered: 08/05/00
Posts: 830
Salmon - error fixed, reupload ubb_lib_calendar.cgi and the 2 files in the calendar dir.

Balbanes - yes your can view any past events, those are some very good ideas and i will most definetly try to incorporate them by the next version or so! smile

boondock - i hope you meant "no" problems laugh

air_borg - fixed the day dropdown box, not sure about the adding a second event problems, i havent been able to replicate that hopefully it was related to the space/special chars bug which is now fixed.

you may now include any space or special character except for exclamation points (it will give you a FYI message if you try to put one in). zip updated like i said above, just upload ubb_lib_calendar.cgi to upgrade.
_________________________
jordo

Top
#136164 - 06/09/01 03:42 PM Re: [6.0x] UBB Calendar v1.9
Greg Hard Offline
Member

Registered: 02/21/00
Posts: 5533
Loc: My Room
Quote:
quote:

Top
#136165 - 06/09/01 03:59 PM Re: [6.0x] UBB Calendar v1.9
jordo Offline
Moderator / Developer

Registered: 08/05/00
Posts: 830
MasterMind - thats just a require call that failed so either the file is corrupt/not there, or the 1; is missing at the end. open up public_calendar_events.cgi and it should look like this:

Code:
code:


im almost done with making the main display of it templated, and wordletizing it, so there'll be a new version later today.
_________________________
jordo

Top
#136166 - 06/09/01 04:01 PM Re: [6.0x] UBB Calendar v1.9
Greg Hard Offline
Member

Registered: 02/21/00
Posts: 5533
Loc: My Room
jordo --
Uploaded the file, loaded the calendar. After a failed attempt at adding an event, no more 1;

Top
#136167 - 06/09/01 04:21 PM Re: [6.0x] UBB Calendar v1.9
Djnemesis Offline
Member

Registered: 02/02/01
Posts: 122
Loc: Austin,Tx
any demos or screenshots, i'm at work and i suck that's why i need a screenshot / demo.


Ok, so i stole that line from " bad boys " .. but hey.. it sounded cool.

original quote " i'm a comedian and i suck , that's why i need ya car "

Top
#136168 - 06/09/01 05:01 PM Re: [6.0x] UBB Calendar v1.9
Mr.Clean Offline
Member

Registered: 03/17/01
Posts: 328
demo?

Top
#136169 - 06/09/01 05:28 PM Re: [6.0x] UBB Calendar v1.9
jordo Offline
Moderator / Developer

Registered: 08/05/00
Posts: 830
i didnt post a demo cause its continually changing (and im testing it on a non-connected webserver), but here are a few screenshots from the version that will be coming out later today.

Top of the Calendar Page:
http://www.jordodesigns.com/calendartop.gif

Bottom of the Calendar Page:
http://www.jordodesigns.com/calendarbot.gif

Add a new event page:
http://www.jordodesigns.com/calendarevent.gif
_________________________
jordo

Top
#136170 - 06/09/01 06:47 PM Re: [6.0x] UBB Calendar v1.9
jordo Offline
Moderator / Developer

Registered: 08/05/00
Posts: 830
zip updated to 0.9d
Changes:
various bugfixes and new error checking when posting an event.

completely templateized and wordletized.

To upgrade:

upload the following files, overwriting the old ones (if they exist):
ubb_lib_calendar.cgi
vars_wordlets_calendar.cgi
public_new_calendar_event.pl
public_calendar_display.pl

upload public_event_posters.cgi to your "calendar" directory.

add the new line in ultimatebb.cgi (the require line, not the first addition)

do the modifications for all files in instructions after ubb_lib.cgi (thats cp.cgi, cp_wordlets.cgi, and cp_common.pl

upgrade complete.
_________________________
jordo

Top
#136171 - 06/09/01 07:07 PM Re: [6.0x] UBB Calendar v1.9
NitroSimSev Offline
Member

Registered: 06/09/01
Posts: 32
Loc: Marietta, GA
Guys,

I just installed the Calender Mod and when I go to ad an event I get the following error. Please help cause I dont know what to do.

syntax error at /www/nitrosim/cgi-bin/calendar/public_calendar_events.cgi line 2, near "FC Challenge"

Here a link to my ubb http://www.nitrosim.com/cgi-bin/ultimatebb.cgi
_________________________
NitroSimSev
Team NitroSim

Top
#136172 - 06/09/01 07:43 PM Re: [6.0x] UBB Calendar v1.9
jordo Offline
Moderator / Developer

Registered: 08/05/00
Posts: 830
can you cut and past the contents of public_calendar_events.cgi here? that would help.
you used the latest version (0.9d) i assume?
_________________________
jordo

Top
#136173 - 06/09/01 08:06 PM Re: [6.0x] UBB Calendar v1.9
NitroSimSev Offline
Member

Registered: 06/09/01
Posts: 32
Loc: Marietta, GA
Jordo,

I have gotten it to work. Its seems to only work when the Subject is 1 word. It Will not take say a subject as "TVM FC Challenge"

Also is there ar way to restrict access to on admins?
_________________________
NitroSimSev
Team NitroSim

Top
#136174 - 06/09/01 08:09 PM Re: [6.0x] UBB Calendar v1.9
NitroSimSev Offline
Member

Registered: 06/09/01
Posts: 32
Loc: Marietta, GA
Jordo,

I downloaded it this morning. I didnt notice that you have updated it already... Lemme see if that fixes the problem with the subject.
_________________________
NitroSimSev
Team NitroSim

Top
Page 1 of 24 1 2 3 ... 23 24 >



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks